home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / n-z / stuscdxlgui / install < prev    next >
Text File  |  1995-12-21  |  594b  |  26 lines

  1. echo ""
  2. echo "This script installs all the proper files into the right dirs"
  3. echo "for Stu's CDXL GUI (libraries, commands, etc)."
  4. echo ""
  5. ask "Continue? "
  6.  
  7. if warn
  8.  protect StusCDXLGUI +S
  9.  protect StusCDXLGUI.dosbit +S
  10.  if exists libs:rexxreqtools.library
  11.   version libs:rexxreqtools.library
  12.   version rexxreqtools.library
  13.   ask "Type N if they are both the same or the higher number is bigger, otherwise type Y"
  14.    if warn
  15.     copy rexxreqtools.library libs:
  16.    endif
  17.   else
  18.    copy rexxreqtools.library libs:
  19.   endif
  20.  copy cdgsxl.new c:
  21. echo "Complete"
  22. else
  23. echo "Okay, bye bye..."
  24. endif
  25.   
  26.